home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / CD CHIP.ISO / WebServ / folkweb / ACCESS.HT_ < prev    next >
Encoding:
Text File  |  1995-10-31  |  2.5 KB  |  60 lines

  1. <!doctype html public "-//IETF//DTD HTML//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Database Connectivity Demo</TITLE>
  5. <BODY BACKGROUND="/images/back.gif" RGB="#000000" TEXT="#000000" LINK="#0000ff" VLINK="#ff00f0">
  6. <META NAME="GENERATOR" CONTENT="Internet Assistant for Word 1.0Z">
  7. <META NAME="AUTHOR" CONTENT="Larion Vasilkovsky">
  8. </HEAD>
  9. <BODY>
  10. <H1> Now you can publish your Database without writing a single line of code</H1>
  11. <P>
  12. <UL>
  13. <LI>Demo DB contains 9 records</LI>
  14. <LI>To see them all enter character '*' in any field and click on "Search" button</LI>
  15. <LI>You can use logical operators(OR, AND)</LI>
  16. <LI>You can enter either whole or partial keyword</LI>
  17. <LI>For instance you can enter "lar OR ir OR ros" into 'First Name' field</LI>
  18. <LI>You can use ">", "<" or ">=" and "<=" signs to search DB</LI>
  19. <LI>To show the field in the report but not in HTML Form use TYPE="HIDDEN" tag
  20. <LI>You will benefit by using Netscape 1.1 browser</LI>
  21. </UL>
  22. <FORM METHOD="POST" ACTION="/data/IlarDtb.dbc">
  23. <PRE>
  24.     First Name: <INPUT NAME="MailingList.firstname" VALUE="" >
  25.      Last Name: <INPUT NAME="MailingList.lastname" VALUE="" >
  26.        Address: <INPUT NAME="MailingList.address" VALUE="" >
  27.           City: <INPUT NAME="MailingList.city" VALUE="">
  28.          State: <INPUT NAME="MailingList.state" VALUE=""> 
  29.        Country: <INPUT NAME="MailingList.country" VALUE="">
  30.     Home Phone: <INPUT NAME="MailingList.homephone" VALUE="">
  31.     Work Phone: <INPUT NAME="MailingList.workphone" VALUE="">
  32. </PRE>
  33. <P>
  34. To submit search, please press this button:  <INPUT TYPE="submit" VALUE="Search">.
  35. </FORM>
  36. <H1> Now you can add new records to your Database</H1>
  37. <P>
  38. <UL>
  39. <LI>To enable addition just append your ACTION tag with "/add" logical path</LI>
  40. <LI>See details in documentation</LI>
  41. </UL>
  42. <FORM METHOD="POST" ACTION="/data/IlarDtb.dbc/add">
  43. <PRE>
  44.     First Name: <INPUT NAME="MailingList.firstname" VALUE="" >
  45.      Last Name: <INPUT NAME="MailingList.lastname" VALUE="" >
  46.        Address: <INPUT NAME="MailingList.address" VALUE="" >
  47.           City: <INPUT NAME="MailingList.city" VALUE="">
  48.          State: <INPUT NAME="MailingList.state" VALUE=""> 
  49.        Country: <INPUT NAME="MailingList.country" VALUE="">
  50.     Home Phone: <INPUT NAME="MailingList.homephone" VALUE="">
  51.     Work Phone: <INPUT NAME="MailingList.workphone" VALUE="">
  52. </PRE>
  53. <P>
  54. To add the record to the database, please press this button:  <INPUT TYPE="submit" VALUE="Add">.
  55. </FORM>
  56. <H3><A HREF="/folkweb.htm"><IMG SRC="/images/larrow.gif" ALIGN="BOTTOM">Back to Folkweb Server Page</A>
  57. </H3>
  58. </BODY>
  59. </HTML>
  60.